The logic for setting the options for dblatex on the various languages
wasn't correct. The default option need to be set to an empty string
which is expanded with the additional needed options later, otherwise
previously added options won't get forgotten within the configuration
run for the next language.
Gbp-Pq: Topic fixes
Gbp-Pq: Name Fix-dblatex-options-within-cmake-file.patch
add field 'revdate' to asciidoc files of documentation
For reproducibility we need to set up a date that's not depending on the
current time and timezone. We add a extra asciidoc control field
'revdate' and expand the variable behind that while building the package
with the date from the changelog file.
Gbp-Pq: Topic reproducibility
Gbp-Pq: Name add-field-revdate-to-asciidoc-files-of-documentation.patch
The logic for setting the options for dblatex on the various languages
wasn't correct. The default option need to be set to an empty string
which is expanded with the additional needed options later, otherwise
previously added options won't get forgotten within the configuration
run for the next language.
Gbp-Pq: Topic fixes
Gbp-Pq: Name Fix-dblatex-options-within-cmake-file.patch
add field 'revdate' to asciidoc files of documentation
For reproducibility we need to set up a date that's not depending on the
current time and timezone. We add a extra asciidoc control field
'revdate' and expand the variable behind that while building the package
with the date from the changelog file.
Gbp-Pq: Topic reproducibility
Gbp-Pq: Name add-field-revdate-to-asciidoc-files-of-documentation.patch
* [215faf4] d/control: Use libpython3-dev instead libpython3-all-dev
+ Don't use libpython3-all-dev within the Duild-Depends, use
libpython3-dev to get the current pkgconfig data for Python.
(Closes: #1003043)
The logic for setting the options for dblatex on the various languages
wasn't correct. The default option need to be set to an empty string
which is expanded with the additional needed options later, otherwise
previously added options won't get forgotten within the configuration
run for the next language.
Gbp-Pq: Topic fixes
Gbp-Pq: Name Fix-dblatex-options-within-cmake-file.patch
add field 'revdate' to asciidoc files of documentation
For reproducibility we need to set up a date that's not depending on the
current time and timezone. We add a extra asciidoc control field
'revdate' and expand the variable behind that while building the package
with the date from the changelog file.
Gbp-Pq: Topic reproducibility
Gbp-Pq: Name add-field-revdate-to-asciidoc-files-of-documentation.patch
Remove specific Japanese translation within pcbnew.adoc
The current texlive-xetex package provokes a build failure within the
Pcbnew PDF based documentation.
We remove this specific source for now so we get at least successful
packages for kicad-doc-*.
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Remove-specific-Japanese-translation-within-pcbnew.adoc.patch
Upstream is providing the possibility to append various strings into the
KICAD_FULL_VERSION if needed. We can use this to append the debian
specific version on the upstream version.
For this the KICAD_FULL_VERSION needs to be merged without the hyphen
'-' so the version is reflecting the debian version in real.
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Removing-hyphen-inside-KICAD_FULL_VERSION.patch
add field 'revdate' to asciidoc files of documentation
For reproducibility we need to set up a date that's not depending on the
current time and timezone. We add a extra asciidoc control field
'revdate' and expand the variable behind that while building the package
with the date from the changelog file.
Gbp-Pq: Topic reproducibility
Gbp-Pq: Name add-field-revdate-to-asciidoc-files-of-documentation.patch
* [9272615] New upstream version 5.0.2+dfsg1
(Closes: #911559)
* [967dbe4] rebuild patch queue from patch-queue branch
+ removed patch (included upstream):
fixes/Use-fixed-version-for-libngspice.so.0.patch
+ updated patch:
fixes/Add-German-translations-entries-to-appdata.xml.patch
* [3876be2] kicad: remove package python-wxgtk3.0 from Depends
+ Remove useless dependency on python-wxgtk3.0, KiCad is build without
wxPython Scripting support and thus we don't need this package
installed.
Upstream is providing the possibility to append various strings into the
KICAD_FULL_VERSION if needed. We can use this to append the debian
specific version on the upstream version.
For this the KICAD_FULL_VERSION needs to be merged without the hyphen
'-' so the version is reflecting the debian version in real.
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Removing-hyphen-inside-KICAD_FULL_VERSION.patch
add field 'revdate' to asciidoc files of documentation
For reproducibility we need to set up a date that's not depending on the
current time and timezone. We add a extra asciidoc control field
'revdate' and expand the variable behind that while building the package
with the date from the changelog file.
Gbp-Pq: Topic reproducibility
Gbp-Pq: Name add-field-revdate-to-asciidoc-files-of-documentation.patch
KiCadDocumentation.cmake: fix install target for HTML docu
The old default behaviour while installing the generated HTML content is
to install the whole images/$LANG folders into every generated language.
This was producing a lot of useless duplicated data. After applying a
commit from upstream [1] this problem was partially fixed, but the
default images were not installed.
This commit fixes changing the kind of creating the list for the default
images that will be installed in a next step. Also the images from the
English language is needed as some howtos use them.
Nick Østergaard [Sun, 18 Dec 2016 21:16:22 +0000 (22:16 +0100)]
Fix issue #170 -- for real
(Notes by Carsten Schoenert)
Upstream fix for kicad-doc commited after the release of v4.0.5.
This patch will automatically fall out of the patch queue with the next
version 4.0.6.
This commit isn't fixing the installation of the default images. For
this we need another fix.
Gbp-Pq: Topic fixes
Gbp-Pq: Name Fix-issue-170-for-real.patch
unknown [Tue, 22 Dec 2015 14:19:00 +0000 (15:19 +0100)]
Replace avhttp with libcurl
Some fixes:
1. Fixed an assumption somebody originally made in the plugin that
std::string had contiguous storage. This is not specced behavior pre
C++11 so we gamble by calling .reserve() which should give a far
better guarantee.
2. Added copy to clipboard information for curl
3. Removed some openssl references in compiling.md
4. Renamed struct vars to be uppercase to match "public var" code style
policy
Gbp-Pq: Topic fixes
Gbp-Pq: Name Replace-avhttp-with-libcurl.patch
The attached patch includes two commits from upstream:
- boost::context fixes to make it compatible with boost 1.61
- use a guarded stack for coroutines in boost version 1.61
[ Carsten Schoenert ]
* [375ce2f] Revert "debian/control: decrease Architectures for arch packages"
+ removing the arch specific decrease of the build architecture, it's
really not useful here (Thx Emilio & Aurelien)
* [b2c400d] kicad-common.lintian-overrides: ingoring Lintian
+ kicad-common is now arch dependend, silence lintian here that is saying
kicad-common has only content that is indep but we relay on the python
package